Skip to main content
Version: 5.0.0

Sifting Recipe

Structure

{
"type": "exnihilosequentia:sifting",
"rolls": [
{
"chance": "number",
"mesh": "string"
},
...
],
"input": {
"item/tag": "string"
},
"result": {
"item": "string"
},
"waterlogged": "boolean"
}

Fields

ValueDescriptionAccepted Values
rollsA list of rolls for this recipe.A list of Mesh Rolls
chanceChance that this recipe completes.A value from 0.0 to 1.0.
meshThe mesh required to cause this roll to be considered.
  • string
  • flint
  • iron
  • diamond
  • emerald
  • netherite
inputThe block/type of block that will be consumed by the sieve.Block or Tag
resultThe resulting item.Item
waterloggedThe sieve must be placed in water to produce result.Either true or false. Optional and enitire tag may be omitted. Will default to false.